home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Latest Shareware Programs: Master / OS-2 Master - Latest Shareware Programs.iso / start.bat < prev    next >
DOS Batch File  |  1994-05-02  |  787b  |  22 lines

  1. @echo off
  2. if exist C:\DCC\DCC.EXE goto weiter
  3. cls
  4. echo *******************************************************************************
  5. echo * This program install the DCC 1.8 (Dos-Command-Center) to your C: drive.     *
  6. echo * Press ctrl-C to abort or any other key to continue.                         *
  7. echo *                                                                             *
  8. echo * Dieses Programm installiert DCC 1.8 (Dos-Command-Center) auf C:\DCC         *
  9. echo * Drücken Sie Strg-C um abzubrechen oder eine andere Taste um fortzufahren.   *
  10. echo *******************************************************************************
  11. pause
  12.  
  13. md C:\DCC
  14. md C:\DCC\BIN_DOS
  15. copy \DCC\*.* C:\DCC\*.*
  16. copy \BIN_DOS\*.* C:\DCC\BIN_DOS\*.*
  17.  
  18. :weiter
  19. C:
  20. CD \DCC
  21. DCC
  22.